home *** CD-ROM | disk | FTP | other *** search
- ; PSPad clip definition file for Text
- ; author: usb01243
- ; last revision 12. Jul 2006 15:25
- ;
- [Test | Test section]
- The next line ends with the word THIS
- which is pasted to a text file as NUL %THIS%
-
- But with a space anywhere between the % signs
- it is pasted 'correctly' % THIS%
-
- I can't escape it with '\'
- as you can see here: \%THIS\%
-
- Nor can I with MS's '^'
- as you can see here: ^%THIS^%
-
- This produces the following result when used in a *txt file:
-
- The next line ends with the word THIS
- which is pasted to a text file as NUL
-
- But with a space anywhere between the % signs
- it is pasted 'correctly' % THIS%
-
- I can't escape it with '\'
- as you can see here: \%THIS\%
-
- Nor can I with MS's '^'
- as you can see here: ^%THIS^%
-
- [pokus| pokus]
- Datum: %date%
- Cas: %Time%
- Datum a cas: %DateTime%
- UserName: %UserName%
- OpenFile: %FileName%